home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / uc3f_1.zip / REMOTACC.SCR < prev    next >
Text File  |  1992-07-03  |  291b  |  13 lines

  1. ; Remote Access login Script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Waitfor("moments.")
  5. Send("^[")           ; send escape
  6. Delay(2000)
  7. Waitfor("name:")
  8. Delay(250)
  9. Send("JIM SMITH^M")  ; Your name goes here
  10. Waitfor("Password:")
  11. Delay(250)
  12. Send("YOURPASSWORD^M") ; Your password goes here
  13. Exit